internal/runtime/maps.table.pruneTombstones (method)

5 uses

	internal/runtime/maps (current package)
		runtime_fast32_swiss.go#L297: 				t.pruneTombstones(typ, m)
		runtime_fast64_swiss.go#L297: 				t.pruneTombstones(typ, m)
		runtime_faststr_swiss.go#L368: 				t.pruneTombstones(typ, m)
		table.go#L331: 			t.pruneTombstones(typ, m)
		table.go#L508: func (t *table) pruneTombstones(typ *abi.SwissMapType, m *Map) {